Support deployment_config/working_dir value - #356
Merged
NicolasFussberger merged 47 commits intoAug 4, 2026
Merged
Conversation
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 23, 2026 14:39 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 23, 2026 14:39 — with
GitHub Actions
Waiting
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 23, 2026 16:51 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 23, 2026 16:51 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 23, 2026 17:09 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 23, 2026 17:09 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
marked this pull request as ready for review
July 23, 2026 17:12
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 24, 2026 06:47 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 24, 2026 06:47 — with
GitHub Actions
Waiting
NicolasFussberger
requested changes
Jul 24, 2026
TimoSteuerwaldETAS
force-pushed
the
feature/honor-deployment-config-working-dir
branch
from
July 24, 2026 09:45
dad60c7 to
71264de
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
July 24, 2026 09:45 — with
GitHub Actions
Waiting
- add another process - parameterize sandbox_options_process.cpp
Instead of hardcoded path in python.
sandbox_options_process_b was stuck in rare cases, as it never got cpu time and ran into timeout. This was caused by the minimal priority. So priority has been added here. Furthermore process_c added to check default options.
process_c configures neither a component-level working_dir nor one in the defaults section, so the launch manager falls back to bin_dir. Pass the expected default via --working-dir so the test verifies the default working directory path, mirroring how process_a verifies an explicit one. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Before, this warning appeared: Test execution time ... outside of range for MODERATE tests. Consider setting timeout="short" or size="small".
Resp. remove outdated file names
Proxy was missing during sudo apt commands. Now config file for apt is written, which uses the content of the environment variable $http_proxy
Instead provide a way to keep environment variables needed on run time private.
To be used also to signal test_end.
Currently not passing.
This reverts commit 9e44e31.
NicolasFussberger
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes #343 .
Furthermore the config mapping tests have been fixed and are executed on the pipeline.
A feature integration test has been also added which is testing various options, not only working dir.